home *** CD-ROM | disk | FTP | other *** search
/ Ray Dream Studio 5 / Ray Dream.iso / pc / DreamSDK / Windows / SAMPLES / EXPORTER / DXF / DXFDLL.H < prev    next >
Encoding:
C/C++ Source or Header  |  1997-07-11  |  264 b   |  16 lines

  1. /* $Id: DXFDll.h 1.1 1996/07/18 23:58:27 Damien Exp $ */
  2. //
  3. // Globals used by DLL
  4. //
  5.  
  6. #ifndef __DXFDLL__
  7. #define __DXFDLL__  
  8.  
  9. // Global variables used by the DLL
  10. extern long global_count_Obj;
  11. extern long global_count_Lock;
  12.  
  13.  
  14. #endif // __DXFDLL__
  15.  
  16.